go/types.term.includes (method)

4 uses

	go/types (current package)
		instantiate.go#L346: 		if !t.includes(V) {
		instantiate.go#L353: 				if tt.includes(V) {
		termlist.go#L134: 		if x.includes(t) {
		typeterm.go#L109: func (x *term) includes(t Type) bool {